Fix ChangeLog dates.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 2 Jul 2013 00:35:28 +0000 (17:35 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 2 Jul 2013 00:35:28 +0000 (17:35 -0700)
ChangeLog
lib-src/ChangeLog

index e5940b7dbe85d091812e7025cc0692a834676a00..61f215107e626d8297b10b29c157b3644d88d467 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,11 @@
-2013-06-30  Paul Eggert  <eggert@cs.ucla.edu>
+2013-07-01  Paul Eggert  <eggert@cs.ucla.edu>
 
        Merge from gnulib, incorporating:
        2013-06-23 ignore-value: port to gcc -pedantic
        2013-06-21 extern-inline: port to gcc -std=c89
 
+2013-06-30  Paul Eggert  <eggert@cs.ucla.edu>
+
        Do not use GTK 3 if it exists but cannot be compiled.
        * configure.ac: Leave GTK_OBJ and term_header alone if GTK 3
        exists but cannot be compiled.
index cbef479c564d5c212811d81f6adada8e6306bcad..a345e02caf747045840c1ef265de47f18f973739 100644 (file)
@@ -1,4 +1,4 @@
-2013-06-21  Paul Eggert  <eggert@cs.ucla.edu>
+2013-07-02  Paul Eggert  <eggert@cs.ucla.edu>
 
        Prefer plain 'static' to 'static inline' (Bug#12541).
        I missed these instances of 'static inline' in an earlier sweep.
@@ -7,6 +7,8 @@
        * make-docfile.c (put_char): No longer inline.
        * etags.c (hash): Prefer int to unsigned when either will do.
 
+2013-06-21  Paul Eggert  <eggert@cs.ucla.edu>
+
        Use C99-style flexible array members if available.
        * ebrowse.c: Include <stddef.h>, for offsetof.
        (struct member, struct alias, struct sym):